GrapeCity.CalcEngine.Functions Namespace > CalcFixedFunction Class > Evaluate Method : Evaluate(Object[]) Method |
The args contains 1 - 3 items: number, [decimals], [no_commas].
Number is the number you want to round and convert to text.
[Decimals] is the number of digits to the right of the decimal point.
[No_commas] is a logical value that, if true, prevents FIXED from including commas in the returned text.
'Usage Dim instance As CalcFixedFunction Dim args() As Object Dim value As Object value = instance.Evaluate(args)
The args contains 1 - 3 items: number, [decimals], [no_commas].
Number is the number you want to round and convert to text.
[Decimals] is the number of digits to the right of the decimal point.
[No_commas] is a logical value that, if true, prevents FIXED from including commas in the returned text.
Target Platforms: Windows Server 2012, Windows RT